projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fb83a5
)
VT-d: Enable queued invalidation on all vt-d engines before enabling
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 3 Apr 2008 10:24:20 +0000
(11:24 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 3 Apr 2008 10:24:20 +0000
(11:24 +0100)
interrupt remapping.
Signed-off-by: Allen Kay <allen.m.kay@intel.com>
xen/drivers/passthrough/vtd/iommu.c
patch
|
blob
|
history
diff --git
a/xen/drivers/passthrough/vtd/iommu.c
b/xen/drivers/passthrough/vtd/iommu.c
index 968e25d7f5f345cf7e5e397ae751dd3097ea1586..41fc90d6ec47451651008e11df41f512a5fcc60b 100644
(file)
--- a/
xen/drivers/passthrough/vtd/iommu.c
+++ b/
xen/drivers/passthrough/vtd/iommu.c
@@
-1897,7
+1897,11
@@
static int init_vtd2_hw(void)
if ( qinval_setup(iommu) != 0 )
dprintk(XENLOG_ERR VTDPREFIX,
"Queued Invalidation hardware not found\n");
+ }
+ for_each_drhd_unit ( drhd )
+ {
+ iommu = drhd->iommu;
if ( intremap_setup(iommu) != 0 )
dprintk(XENLOG_ERR VTDPREFIX,
"Interrupt Remapping hardware not found\n");